home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
SoftwareUpdate
/
AWeb21 Update
/
AWebII_2.1_upgrade.961112.lha
/
Install_Buttons
< prev
next >
Wrap
AmigaDOS Script File
|
1996-10-31
|
560b
|
27 lines
.key button
.bra {
.ket }
if "{button}" eq ""
set button "Storage/Buttons/"
set button `requestfile Storage/Buttons title "Select AWeb button set" noicons`
if "$button" eq "Storage/Buttons/"
quit
endif
else
set button "{button}"
endif
copy "$button" images/def_buttons
if not warn
copy "$button.info" images/def_buttons.info
if not warn
requestchoice >NIL: "AWeb buttons" "Button set $button installed." "OK"
quit
endif
endif
requestchoice >NIL: "AWeb buttons" "Couldn't install new buttons.*NYou have to quit AWeb first" "OK"